Click or drag to resize
INetworkClient Methods

The INetworkClient type exposes the following members.

Methods
  NameDescription
Public methodBind
Binds the local endpoint as the second step of the initialization procedure. This function must be called after StartInit().
Public methodClose
Closes internal socket.
Public methodFinishInit
Finalizes the three step initialization procedure. Must be called after StartInit and Bind.
Public methodSend(ArraySegmentByte)
Send this message.
Public methodSend(OffsetBufferByte)
Send this message.
Public methodSimpleInit
This is a helper method that combines StartInit(), Bind and FinishInit into one call.
Public methodStartInit
Starts the three step initialization procedure with constructing socket and internal structures.
Public methodStartReceiveChain
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Top
See Also