2 references to ServerSessionDecoder
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
203ServerSessionDecoder sessionDecoder = new ServerSessionDecoder(0, defaultMaxViaSize, defaultMaxContentTypeSize);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
53this.decoder = new ServerSessionDecoder(streamPosition, MaxViaSize, MaxContentTypeSize);