Click or drag to resize
UdpNetworkMulticastClient Methods

The UdpNetworkMulticastClient type exposes the following members.

Methods
  NameDescription
Public methodBind
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Public methodClose
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Public methodFinishInit
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Public methodSend(ArraySegmentByte)
Send this message.
Public methodSend(Byte)
Send this message.
Public methodSend(String)
Send this message.
Public methodSend(OffsetBufferByte)
Send this message.
Public methodSimpleInit
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Public methodStartInit
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Public methodStartReceiveChain
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also