C# Class Renci.SshNet.Tests.Common.HttpProxyStub

Inheritance: IDisposable
Exibir arquivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HttpProxyStub ( IPEndPoint endPoint ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
OnBytesReceived ( byte bytesReceived, Socket socket ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HttpProxyStub() public method

public HttpProxyStub ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void