UdpNetworkMulticastClient Class |
Namespace: StreamCoders.Network
The UdpNetworkMulticastClient type exposes the following members.
Name | Description | |
---|---|---|
UdpNetworkMulticastClient |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
|
Name | Description | |
---|---|---|
LocalEndPoint |
Locally bound EndPoint.
| |
RemoteEndPoint |
Multicast group EndPoint.
| |
UseThreading |
Indicates whether to use a dedicated thread for multicast packet processing. Default is false.
|
Name | Description | |
---|---|---|
Bind |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
| |
Close |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
| |
FinishInit |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
| |
Send(ArraySegmentByte) |
Send this message.
| |
Send(Byte) |
Send this message.
| |
Send(String) |
Send this message.
| |
Send(OffsetBufferByte) |
Send this message.
| |
SimpleInit |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
| |
StartInit |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
| |
StartReceiveChain |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
|
Name | Description | |
---|---|---|
OnError |
Event queue for all listeners interested in OnError events.
| |
OnReceive |
Event queue for all listeners interested in OnReceive events.
| |
OnSend |
Event queue for all listeners interested in OnSend events.
|
Name | Description | |
---|---|---|
InterfaceResolveMethod |
Method of resolving the correct network interface.
| |
ManualNetworkInterfaceIndex |
Network interface index to use. InterfaceResolveMethod has to be set to Manual | |
ReceiveBufferSize |
SizeIncludingHeader of the receive buffer.
| |
SendBufferSize |
SizeIncludingHeader of the send buffer on socket level.
| |
State |
The state.
| |
TimeToLive |
The time to live.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |