2 overrides of DecodeMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1009
protected override Message
DecodeMessage
(byte[] buffer, ref int offset, ref int size, ref bool isAtEof, TimeSpan timeout)
1560
protected 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)
1148
return
DecodeMessage
(buffer, ref offset, ref size, ref isAtEOF, timeout);
1154
return
DecodeMessage
(envelopeBuffer, ref dummyOffset, ref size, ref isAtEOF, timeout);