2 overrides of DecodeMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1009protected override Message DecodeMessage(byte[] buffer, ref int offset, ref int size, ref bool isAtEof, TimeSpan timeout) 1560protected override Message DecodeMessage(byte[] buffer, ref int offset, ref int size, ref bool isAtEOF, TimeSpan timeout)
2 references to DecodeMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1148return DecodeMessage(buffer, ref offset, ref size, ref isAtEOF, timeout); 1154return DecodeMessage(envelopeBuffer, ref dummyOffset, ref size, ref isAtEOF, timeout);