8 references to Decoder
System.ServiceModel (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
393if (!this.parent.transportSettings.MessageEncoderFactory.Encoder.IsContentTypeSupported(Decoder.ContentType)) 397SR.ContentTypeMismatch, Decoder.ContentType, parent.transportSettings.MessageEncoderFactory.Encoder.ContentType))); 426throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.Decoder.CreatePrematureEOFException()); 456int bytesRead = Decoder.Decode(ConnectionBuffer, Offset, Size); 464switch (Decoder.CurrentState) 478new ProtocolException(SR.GetString(SR.UpgradeRequestToNonupgradableService, Decoder.Upgrade))); 481if (!this.upgradeAcceptor.CanUpgrade(Decoder.Upgrade)) 484throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(SR.GetString(SR.UpgradeProtocolNotSupported, Decoder.Upgrade)));