The UdpSocket type exposes the following members.
Methods| | Name | Description |
|---|
  | Open(Int32, Flags) |
Opens a UDP server.
|
  | Open(Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | Open(String, Int32, Flags) |
Opens a UDP connection.
|
  | Open(String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
  | OpenAsync(Int32, Flags) |
Opens a UDP server.
|
  | OpenAsync(Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | OpenAsync(Boolean, Int32, Flags) |
Opens a UDP server.
|
  | OpenAsync(Boolean, Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | OpenAsync(String, Int32, Flags) |
Opens a UDP connection.
|
  | OpenAsync(String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
  | OpenAsync(Boolean, String, Int32, Flags) |
Opens a UDP connection.
|
  | OpenAsync(Boolean, String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
Top
See Also