C# Class System.Net.Security.Tests.DummyTcpServer.ClientState

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
ClientState ( TcpClient client ) : System.IO
ClientState ( TcpClient client, EncryptionPolicy sslEncryptionPolicy ) : System.IO
Dispose ( ) : void

Method Details

ClientState() public method

public ClientState ( TcpClient client ) : System.IO
client System.Net.Sockets.TcpClient
return System.IO

ClientState() public method

public ClientState ( TcpClient client, EncryptionPolicy sslEncryptionPolicy ) : System.IO
client System.Net.Sockets.TcpClient
sslEncryptionPolicy EncryptionPolicy
return System.IO

Dispose() public method

public Dispose ( ) : void
return void