The ISocket type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Connected |
Gets a value that indicates whether the ISocket is connected to a remote host as of the last Send or Receive operation.
|
![]() ![]() | LocalEndPoint |
Gets the local endpoint.
|
![]() ![]() | RemoteEndPoint |
Gets the remote endpoint.
|
![]() ![]() | Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out which is default).
|