StreamSocket Methods |
The StreamSocket type exposes the following members.
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.) |