Click or drag to resize

SocketEventArgsPoolCreateSendSocketEventArgs Method


Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SocketAsyncEventArgs CreateSendSocketEventArgs(
	byte[] data,
	IPEndPoint endpoint
)

Parameters

data  Byte
 
endpoint  IPEndPoint
 

Return Value

SocketAsyncEventArgs
See Also