C# Class fitSharp.IO.SocketSession

Inheritance: Session
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Read ( int bytesToRead ) : string
SocketSession ( SocketModel socket ) : System.Text
Write ( string message ) : void
Write ( string message, string prefixFormat ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Read() public méthode

public Read ( int bytesToRead ) : string
bytesToRead int
Résultat string

SocketSession() public méthode

public SocketSession ( SocketModel socket ) : System.Text
socket SocketModel
Résultat System.Text

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

Write() public méthode

public Write ( string message, string prefixFormat ) : void
message string
prefixFormat string
Résultat void