1 instantiation of StreamSizes
System (1)
net\System\Net\_SSPIWrapper.cs (1)
588attribute = new StreamSizes(nativeBuffer);
4 references to StreamSizes
System (4)
net\System\Net\_SecureChannel.cs (2)
1079StreamSizes streamSizes = SSPIWrapper.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.StreamSizes) as StreamSizes;
net\System\Net\_SSPIWrapper.cs (2)
530nativeBlockSize = StreamSizes.SizeOf; 739public static readonly int SizeOf = Marshal.SizeOf(typeof(StreamSizes));