1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
763
this.
acceptor
= new InputDatagramAdapterAcceptor(this);
3 references to acceptor
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
764
this.Acceptor = this.
acceptor
;
780
this.
acceptor
.Enqueue(message, callback);
785
this.
acceptor
.Enqueue(exception, callback);