C# Class SRNicoNico.Models.NicoNicoViewer.XmlSocket

Inheritance: IDisposable
Show file Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

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

Private Methods

Method Description
IDisposable ( ) : void
OnReceive ( object sender, SocketAsyncEventArgs e ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

RecursiveReceive() public method

public RecursiveReceive ( MemoryStream stream ) : void
stream System.IO.MemoryStream
return void

Send() public method

public Send ( string xml ) : void
xml string
return void

XmlSocket() public method

public XmlSocket ( string host, int port ) : System
host string
port int
return System