C# Class ServiceStack.Redis.Tests.Support.TcpClientWithTimeout

Afficher le fichier Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Protected Properties

Свойство Type Description
connected bool
connection System.Net.Sockets.TcpClient
exception System.Exception
hostname string
port int
timeout System.TimeSpan

Méthodes publiques

Méthode Description
Connect ( ) : TcpClient
TcpClientWithTimeout ( string hostname, int port, System.TimeSpan timeout ) : System

Méthodes protégées

Méthode Description
BeginConnect ( ) : void

Method Details

BeginConnect() protected méthode

protected BeginConnect ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : TcpClient
Résultat System.Net.Sockets.TcpClient

TcpClientWithTimeout() public méthode

public TcpClientWithTimeout ( string hostname, int port, System.TimeSpan timeout ) : System
hostname string
port int
timeout System.TimeSpan
Résultat System

Property Details

connected protected_oe property

protected bool connected
Résultat bool

connection protected_oe property

protected TcpClient,System.Net.Sockets connection
Résultat System.Net.Sockets.TcpClient

exception protected_oe property

protected Exception,System exception
Résultat System.Exception

hostname protected_oe property

protected string hostname
Résultat string

port protected_oe property

protected int port
Résultat int

timeout protected_oe property

protected TimeSpan,System timeout
Résultat System.TimeSpan