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