StreamSocket Class |
Namespace: FM.IceLink
The StreamSocket type exposes the following members.
Name | Description | |
---|---|---|
![]() | StreamSocket | Initializes a new instance of the StreamSocket class |
Name | Description | |
---|---|---|
![]() | AdapterSpeed |
Gets or sets the adapter speed.
(Inherited from ManagedSocket.) |
![]() | IPv6 |
Gets a value indicating whether the socket supports IPv6.
(Inherited from ManagedSocket.) |
![]() | IsClosed |
Gets a value indicating whether this instance is closed.
(Inherited from ManagedSocket.) |
![]() | LocalIPAddress |
Gets the local IP address.
(Inherited from ManagedSocket.) |
![]() | LocalPort |
Gets the local port.
(Inherited from ManagedSocket.) |
![]() | OnReceiveFailure |
Gets or sets a callback invoked on failed read from TCP stream.
|
![]() | OnReceiveSuccess |
Gets or sets a callback invoked on successful read from TCP stream.
|
![]() | PublicIPAddress |
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.) |
![]() | RemoteHostname |
Gets or sets the remote hostname.
|
![]() | RemoteIPAddress |
Gets or sets the remote IP address.
|
![]() | RemotePort |
Gets or sets the remote port.
|
![]() | Secure |
Gets a value indicating whether the socket is secure.
|
![]() | Server |
Gets a value indicating whether the socket can accept incoming connections.
|
Name | Description | |
---|---|---|
![]() | AcceptAsync |
Accepts a new socket asynchronously.
|
![]() | Bind |
Binds the socket to a local endpoint.
(Inherited from ManagedSocket.) |
![]() | Close |
Closes the socket.
(Inherited from ManagedSocket.) |
![]() | ConnectAsync |
Connects the socket asynchronously.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RaiseAcceptFailure |
Invokes the accept failure callback.
|
![]() | RaiseAcceptSocket |
Invokes the accept success callback.
|
![]() | RaiseAcceptSuccess |
Invokes the accept success callback.
|
![]() | RaiseConnectFailure |
Invokes the connect failure callback.
|
![]() | RaiseConnectSuccess |
Invokes the connect success callback.
|
![]() | RaiseReceiveFailure |
Invokes the receive failure callback.
|
![]() | RaiseReceiveSuccess |
Invokes the receive success callback.
|
![]() | RaiseSendFailure |
Invokes the send failure callback.
|
![]() | RaiseSendSuccess |
Invokes the send success callback.
|
![]() | ReceiveAsync |
Receives data asynchronously.
|
![]() | Send |
Sends data synchronously.
|
![]() | SendAsync |
Sends data asynchronously.
|
![]() | ToString | (Inherited from Object.) |