1 write to contractNs
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (1)
35this.contractNs = operation.DeclaringContract.Namespace;
3 references to contractNs
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HttpStreamFormatter.cs (3)
85throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR2.GetString(SR2.ParameterIsNotStreamType, data.GetType(), this.operationName, this.contractName, this.contractNs))); 107throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR2.GetString(SR2.MessageFormatPropertyNotFound, this.operationName, this.contractName, this.contractNs))); 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new InvalidOperationException(SR2.GetString(SR2.InvalidHttpMessageFormat, this.operationName, this.contractName, this.contractNs, formatProperty.Format, WebContentFormat.Raw)));