Property | Type | Description | |
---|---|---|---|
allDone |
Property | Type | Description | |
---|---|---|---|
_iep |
Method | Description | |
---|---|---|
OnReceive ( IAsyncResult asyncResult ) : void | ||
OnSent ( IAsyncResult asyncResult ) : void | ||
ProcessBuffer ( StateObject state ) : void | ||
SendData ( StateObject sendState, AsyncCallback callback ) : void | ||
SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void | ||
UDPServices ( ) : System | ||
UDPServices ( |
||
UDPServices ( int port ) : System |
public OnReceive ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public abstract OnSent ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public abstract ProcessBuffer ( StateObject state ) : void | ||
state | StateObject | |
return | void |
public SendData ( StateObject sendState, AsyncCallback callback ) : void | ||
sendState | StateObject | |
callback | AsyncCallback | |
return | void |
public SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void | ||
sendState | StateObject | |
offset | int | |
callback | AsyncCallback | |
return | void |
public UDPServices ( |
||
ep | ||
return | System |