The UdpTransport type exposes the following members.

Constructors

  NameDescription
UdpTransport
Constructor. Initializes and binds the Socket class

Methods

  NameDescription
Close
Dispose of the class. Call this function to close the socket.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Destructor
(Overrides Object..::.Finalize()()().)
GetFieldInfo (Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Request
Make sync request using IP/UDP with request timeouts and retries.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
_socket
Socket

Properties

  NameDescription
IsBusy
Is class busy. This property is true when class is servicing another request, false if ready to process a new request.

See Also