3 references to Format
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\BufferedConnection.cs (1)
112throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException(nameof(buffer.Length), buffer.Length, SR.Format(
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
194new ProtocolException(SR.Format(SR.MessageXmlProtocolError), xmlException));
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
248throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.Format(SR.StreamMutualAuthNotSatisfied)));