C# Class MindTouch.Clacks.Client.Extensions

Afficher le fichier Open project: MindTouch/MindTouch.Clacks

Méthodes publiques

Méthode Description
SendRequest ( this socket, IRequestInfo request ) : void
Write ( this stream, byte buffer ) : void

Private Methods

Méthode Description
SendBuffer ( this socket, byte buffer, int count ) : void

Method Details

SendRequest() public static méthode

public static SendRequest ( this socket, IRequestInfo request ) : void
socket this
request IRequestInfo
Résultat void

Write() public static méthode

public static Write ( this stream, byte buffer ) : void
stream this
buffer byte
Résultat void