1 override of DecodeMessage
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
225
protected override Message
DecodeMessage
(byte[] buffer, ref int offset, ref int size, ref bool isAtEOF, TimeSpan timeout)
2 references to DecodeMessage
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
39
return
DecodeMessage
(_buffer, ref _offset, ref _size, ref _isAtEOF, timeout);
46
return
DecodeMessage
(EnvelopeBuffer, ref dummyOffset, ref _size, ref _isAtEOF, timeout);