C# Class Graphite.Infrastructure.TcpPipe

Inheritance: IPipe, IDisposable
Afficher le fichier Open project: peschuster/graphite-client

Méthodes publiques

Méthode Description
Dispose ( ) : void
Send ( string message ) : bool
TcpPipe ( IPAddress address, int port ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Send() public méthode

public Send ( string message ) : bool
message string
Résultat bool

TcpPipe() public méthode

public TcpPipe ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
Résultat System