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