C# Class netki.PacketStreamServer.Connection

Inheritance: ConnectionOutput
Mostrar archivo Open project: raxptor/putki-historical

Public Properties

Property Type Description
conn StreamConnection
recvbuf byte[]
socket Socket

Public Methods

Method Description
Send ( byte data, int offset, int length ) : void

Method Details

Send() public method

public Send ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void

Property Details

conn public_oe property

public StreamConnection conn
return StreamConnection

recvbuf public_oe property

public byte[] recvbuf
return byte[]

socket public_oe property

public Socket socket
return Socket