1 override of DecodeMessage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
342
protected override Message
DecodeMessage
(byte[] buffer, ref int offset, ref int size, ref bool isAtEOF, TimeSpan timeout)
2 references to DecodeMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
48
return
DecodeMessage
(_buffer, ref _offset, ref _size, ref _isAtEOF, timeout);
54
return
DecodeMessage
(_envelopeBuffer, ref dummyOffset, ref _size, ref _isAtEOF, timeout);