1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
852
this.
acceptor
= new ReplyDatagramAdapterAcceptor(this);
3 references to acceptor
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
853
this.Acceptor = this.
acceptor
;
869
this.
acceptor
.Enqueue(request, callback);
874
this.
acceptor
.Enqueue(exception, callback);