Method | Description | |
---|---|---|
BeginReceive ( AsyncCallback requestCallback, object state ) : IAsyncResult | ||
BeginSend ( byte datagram, int bytes, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
BeginSend ( byte datagram, int bytes, |
||
BeginSend ( byte datagram, int bytes, string hostname, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
CachedUdpClient ( ) : System | ||
CachedUdpClient ( AddressFamily family ) : System | ||
CachedUdpClient ( |
||
CachedUdpClient ( Socket targetSocket ) : System | ||
CachedUdpClient ( int port ) : System | ||
CachedUdpClient ( int port, AddressFamily family ) : System | ||
CachedUdpClient ( string hostname, int port ) : System | ||
Close ( ) : void | ||
Connect ( |
||
Connect ( |
||
Connect ( string hostname, int port ) : void | ||
DoConnect ( |
||
DropMulticastGroup ( |
||
DropMulticastGroup ( |
||
EndReceive ( IAsyncResult asyncResult, |
||
EndSend ( IAsyncResult asyncResult ) : int | ||
IDisposable ( ) : void | ||
JoinMulticastGroup ( |
||
JoinMulticastGroup ( |
||
JoinMulticastGroup ( |
||
JoinMulticastGroup ( int ifindex, |
||
Receive ( |
||
ReceiveAsync ( ) : Task |
||
Send ( byte dgram, int bytes ) : int | ||
Send ( byte dgram, int bytes, |
||
Send ( byte dgram, int bytes, string hostname, int port ) : int | ||
SendAsync ( byte datagram, int bytes ) : Task |
||
SendAsync ( byte datagram, int bytes, |
||
SendAsync ( byte datagram, int bytes, string hostname, int port ) : Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void | ||
CutArray ( byte orig, int length ) : byte[] | ||
DoBeginSend ( byte datagram, int bytes, |
||
DoSend ( byte dgram, int bytes, |
||
InitSocket ( |
public BeginReceive ( AsyncCallback requestCallback, object state ) : IAsyncResult | ||
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSend ( byte datagram, int bytes, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
datagram | byte | |
bytes | int | |
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSend ( byte datagram, int bytes, |
||
datagram | byte | |
bytes | int | |
endPoint | ||
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSend ( byte datagram, int bytes, string hostname, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
datagram | byte | |
bytes | int | |
hostname | string | |
port | int | |
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public CachedUdpClient ( AddressFamily family ) : System | ||
family | AddressFamily | |
return | System |
public CachedUdpClient ( |
||
localEP | ||
return | System |
public CachedUdpClient ( Socket targetSocket ) : System | ||
targetSocket | Socket | |
return | System |
public CachedUdpClient ( int port, AddressFamily family ) : System | ||
port | int | |
family | AddressFamily | |
return | System |
public CachedUdpClient ( string hostname, int port ) : System | ||
hostname | string | |
port | int | |
return | System |
public Connect ( |
||
addr | ||
port | int | |
return | void |
public Connect ( |
||
endPoint | ||
return | void |
public Connect ( string hostname, int port ) : void | ||
hostname | string | |
port | int | |
return | void |
public DoConnect ( |
||
endPoint | ||
return | void |
public DropMulticastGroup ( |
||
multicastAddr | ||
return | void |
public DropMulticastGroup ( |
||
multicastAddr | ||
ifindex | int | |
return | void |
public EndReceive ( IAsyncResult asyncResult, |
||
asyncResult | IAsyncResult | |
remoteEP | ||
return | byte[] |
public EndSend ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public JoinMulticastGroup ( |
||
multicastAddr | ||
return | void |
public JoinMulticastGroup ( |
||
multicastAddr | ||
localAddress | ||
return | void |
public JoinMulticastGroup ( |
||
multicastAddr | ||
timeToLive | int | |
return | void |
public JoinMulticastGroup ( int ifindex, |
||
ifindex | int | |
multicastAddr | ||
return | void |
public Receive ( |
||
remoteEP | ||
endpoint | string | |
return | BMSByte |
public Send ( byte dgram, int bytes, |
||
dgram | byte | |
bytes | int | |
endPoint | ||
return | int |
public Send ( byte dgram, int bytes, string hostname, int port ) : int | ||
dgram | byte | |
bytes | int | |
hostname | string | |
port | int | |
return | int |
public SendAsync ( byte datagram, int bytes ) : Task |
||
datagram | byte | |
bytes | int | |
return | Task |
public SendAsync ( byte datagram, int bytes, |
||
datagram | byte | |
bytes | int | |
endPoint | ||
return | Task |
public SendAsync ( byte datagram, int bytes, string hostname, int port ) : Task |
||
datagram | byte | |
bytes | int | |
hostname | string | |
port | int | |
return | Task |