C# Class Granados.IO.GranadosSocketMixin

Extension methods for IGranadosSocket.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
Write ( this sock, Granados.IO.DataFragment data ) : void

Write data to the socket

Method Details

Write() public static méthode

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
Résultat void