2 writes to NotUnderstoodHeaders
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
883rpc.NotUnderstoodHeaders = rpc.Request.Headers.GetHeadersNotUnderstood();
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
107this.NotUnderstoodHeaders = null;
2 references to NotUnderstoodHeaders
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
884if (rpc.NotUnderstoodHeaders != null) 887new MustUnderstandSoapException(rpc.NotUnderstoodHeaders, rpc.Request.Version.Envelope));