C# Class netki.PacketStreamServer.Connection

Inheritance: ConnectionOutput
Afficher le fichier Open project: raxptor/putki-historical

Méthodes publiques

Свойство Type Description
conn StreamConnection
recvbuf byte[]
socket Socket

Méthodes publiques

Méthode Description
Send ( byte data, int offset, int length ) : void

Method Details

Send() public méthode

public Send ( byte data, int offset, int length ) : void
data byte
offset int
length int
Résultat void

Property Details

conn public_oe property

public StreamConnection conn
Résultat StreamConnection

recvbuf public_oe property

public byte[] recvbuf
Résultat byte[]

socket public_oe property

public Socket socket
Résultat Socket