TlsSocketSession(SafeSocketHandle) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
TlsSocketSession(System::Net::Sockets::SafeSocketHandle ^ socket);
public TlsSocketSession(System.Net.Sockets.SafeSocketHandle socket);
new System.Net.Security.TlsSocketSession : System.Net.Sockets.SafeSocketHandle -> System.Net.Security.TlsSocketSession
Public Sub New (socket As SafeSocketHandle)
Parameters
- socket
- SafeSocketHandle