1 instantiation of OutputDatagramAdapterChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
23
return new
OutputDatagramAdapterChannel
(channelSource, timeouts);
2 references to OutputDatagramAdapterChannel
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
1216
OutputDatagramAdapterChannel
adapter;
1221
public SendAsyncResult(
OutputDatagramAdapterChannel
adapter, Message message, TimeSpan timeout, AsyncCallback callback, object state)