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