4 references to ModeBytes
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (4)
230
int startSize = ClientSimplexEncoder.
ModeBytes
.Length
234
Buffer.BlockCopy(ClientSimplexEncoder.
ModeBytes
, 0, startBytes, 0, ClientSimplexEncoder.
ModeBytes
.Length);
235
SessionEncoder.EncodeStart(startBytes, ClientSimplexEncoder.
ModeBytes
.Length, encodedVia, encodedContentType);