1 instantiation of RequestDatagramAdapterChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
28return new RequestDatagramAdapterChannel(channelSource, timeouts);
2 references to RequestDatagramAdapterChannel
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
1449RequestDatagramAdapterChannel adapter; 1455public RequestAsyncResult(RequestDatagramAdapterChannel adapter, Message message, TimeSpan timeout, AsyncCallback callback, object state)