C# Class Granados.IO.GranadosSocketMixin

Extension methods for IGranadosSocket.
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
Write ( this sock, Granados.IO.DataFragment data ) : void

Write data to the socket

Method Details

Write() public static method

Write data to the socket
public static Write ( this sock, Granados.IO.DataFragment data ) : void
sock this socket object
data Granados.IO.DataFragment data to write
return void