1 write to unhandled
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
102
this.
unhandled
= new ClientOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
2 references to unhandled
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
103
this.
unhandled
.InternalFormatter = new MessageOperationFormatter();
382
get { return this.
unhandled
; }