C# Class Gablarski.Tests.MockRedirector

Inheritance: IRedirector
Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
CheckRedirect ( string host, int port ) : IPEndPoint
MockRedirector ( string checkFor, IPEndPoint sendTo ) : System

Method Details

CheckRedirect() public méthode

public CheckRedirect ( string host, int port ) : IPEndPoint
host string
port int
Résultat System.Net.IPEndPoint

MockRedirector() public méthode

public MockRedirector ( string checkFor, IPEndPoint sendTo ) : System
checkFor string
sendTo System.Net.IPEndPoint
Résultat System