SocketEventArgsPoolCreateSendSocketEventArgs Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SocketAsyncEventArgs CreateSendSocketEventArgs(
byte[] data,
IPEndPoint endpoint
)
Public Function CreateSendSocketEventArgs (
data As Byte(),
endpoint As IPEndPoint
) As SocketAsyncEventArgs
public:
SocketAsyncEventArgs^ CreateSendSocketEventArgs(
array<unsigned char>^ data,
IPEndPoint^ endpoint
)
member CreateSendSocketEventArgs :
data : byte[] *
endpoint : IPEndPoint -> SocketAsyncEventArgs
Parameters
- data
- Type: SystemByte
- endpoint
- Type: System.NetIPEndPoint
Return Value
Type:
SocketAsyncEventArgsSee Also