The methods of the SecureSocket class are listed below. For a complete list of SecureSocket class members, see the SecureSocket Members topic.
![]() | Creates a new SecureSocket to handle an incoming connection request. |
![]() | Begins an asynchronous request to create a new SecureSocket to accept an incoming connection request. |
![]() | Begins an asynchronous request for a connection to a network device. |
![]() | Begins to asynchronously receive data from a connected SecureSocket. |
![]() | Begins to asynchronously receive data from a specified network device. |
![]() | Sends data asynchronously to a connected SecureSocket. |
![]() | Sends data asynchronously to a specific remote host. |
![]() | Begins an asynchronous request to shut the connection down. |
![]() | Associates a VirtualSocket with a local endpoint. |
![]() | Changes the security protocol. |
![]() | Forces a SecureSocket connection to close. |
![]() | Establishes a connection to a remote device and optionally negotiates a secure transport protocol. |
![]() | Ends an asynchronous request to create a new SecureSocket to accept an incoming connection request. |
![]() | Ends a pending asynchronous connection request. |
![]() | Ends a pending asynchronous read. |
![]() | Ends a pending asynchronous read from a specific endpoint. |
![]() | Ends a pending asynchronous send. |
![]() | Ends a pending asynchronous send to a specific location. |
![]() | Ends an asynchronous request to shut the connection down. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | This member overrides Object.GetHashCode. |
![]() | Overloaded. Returns the value of the specified Socket option and returns in an array. |
![]() | Gets the Type of the current instance. |
![]() | Sets low-level operating modes for the VirtualSocket. |
![]() | Places a VirtualSocket in a listening state. |
![]() | Determines the status of the VirtualSocket. |
![]() | Queues a renegotiation request. |
![]() | Overloaded. Receives data from a connected SecureSocket into a specific location of the receive buffer. |
![]() | Overloaded. Receives a datagram in a specific location in the data buffer and stores the endpoint. |
![]() | Overloaded. Sends data to a connected SecureSocket, starting at the indicated location in the data. |
![]() | Overloaded. Sends data to a specific endpoint, starting at the indicated location in the data. |
![]() | Overloaded. Sets the specified option to the specified value. |
![]() | Shuts down the secure connection. |
![]() | Returns a String that represents the current Object. |
![]() | Frees resources used by the SecureSocket class. |
![]() | Creates a new Socket to handle an incoming connection request. |
![]() | Ends an asynchronous request to create a new Socket to accept an incoming connection request. |
![]() | Creates a shallow copy of the current Object. |
SecureSocket Class | Org.Mentalis.Security.Ssl Namespace