Method | Description | |
---|---|---|
GetRecievedData ( IAsyncResult ar ) : byte[] |
Data has been recieved so we shall put it in an array and return it.
|
|
SetupRecieveCallback ( |
Setup the callback for recieved data and loss of conneciton
|
|
SocketChatClient ( Socket sock ) : System |
Constructor
|
public GetRecievedData ( IAsyncResult ar ) : byte[] | ||
ar | IAsyncResult | |
return | byte[] |
public SetupRecieveCallback ( |
||
app | ||
return | void |
public SocketChatClient ( Socket sock ) : System | ||
sock | Socket | client socket conneciton this object represents |
return | System |