Click or drag to resize
SocketEventArgsPoolCreateSendSocketEventArgs Method

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

Parameters

data
Type: SystemByte
endpoint
Type: System.NetIPEndPoint

Return Value

Type: SocketAsyncEventArgs
See Also