3 references to ContextImportHelper
System.ServiceModel (3)
System\ServiceModel\Security\DecryptedHeader.cs (1)
109return ContextImportHelper.CreateSplicedReader(
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1245return ContextImportHelper.CreateSplicedReader(
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
456this.decryptedBuffer = ContextImportHelper.SpliceBuffers(decryptedBodyContent, stream.GetBuffer(), (int) stream.Length, 2);