1 write to stream
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
429this.stream = new MemoryStream();
3 references to stream
System.ServiceModel (3)
System\ServiceModel\Security\SecurityAppliedMessage.cs (3)
430this.writer = XmlDictionaryWriter.CreateTextWriter(stream); 437return new ArraySegment<byte>(this.stream.GetBuffer(), 0, (int) this.stream.Length);