C# Class SRNicoNico.Models.NicoNicoViewer.XmlSocket

Inheritance: IDisposable
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
RecursiveReceive ( MemoryStream stream ) : void
Send ( string xml ) : void
XmlSocket ( string host, int port ) : System

Private Methods

Méthode Description
IDisposable ( ) : void
OnReceive ( object sender, SocketAsyncEventArgs e ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

RecursiveReceive() public méthode

public RecursiveReceive ( MemoryStream stream ) : void
stream System.IO.MemoryStream
Résultat void

Send() public méthode

public Send ( string xml ) : void
xml string
Résultat void

XmlSocket() public méthode

public XmlSocket ( string host, int port ) : System
host string
port int
Résultat System