The UdpTransport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UdpTransport |
Constructor. Initializes and binds the Socket class
|
Methods
| Name | Description | |
|---|---|---|
| Close |
Dispose of the class. Call this function to close the socket.
| |
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _socket |
Socket
|
Properties
| Name | Description | |
|---|---|---|
| IsBusy |
Is class busy. This property is true when class is servicing another request, false if
ready to process a new request.
|