csharp
public interface IDatagramSocketFactoryMakes the sockets a transport needs.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A transport has two halves and therefore up to two sockets — one bound to a known port for the server, one on whatever port the operating system gives out for the client. A factory rather than a constructor argument because the transport decides how many it needs and when.
Methods (1)
IDatagramSocket Bind(IPEndPoint endPoint)Makes a socket bound to an address.
Used by (4)
- DatagramBusVixen.Net.Transport.Udp.Tests
- FuzzSocketFactoryVixen.Net.Fuzz
- UdpDatagramSocketFactoryVixen.Net.Transport.Udp
- UdpTransportVixen.Net.Transport.Udp