C# Class MindTouch.Clacks.Client.Extensions

Datei anzeigen Open project: MindTouch/MindTouch.Clacks

Public Methods

Method Description
SendRequest ( this socket, IRequestInfo request ) : void
Write ( this stream, byte buffer ) : void

Private Methods

Method Description
SendBuffer ( this socket, byte buffer, int count ) : void

Method Details

SendRequest() public static method

public static SendRequest ( this socket, IRequestInfo request ) : void
socket this
request IRequestInfo
return void

Write() public static method

public static Write ( this stream, byte buffer ) : void
stream this
buffer byte
return void