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

Inheritance: IDisposable
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HttpProxyStub ( IPEndPoint endPoint ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
OnBytesReceived ( byte bytesReceived, Socket socket ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpProxyStub() public méthode

public HttpProxyStub ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void