2 references to ChannelBindingStatusType
System (2)
net\System\Net\HttpListener.cs (2)
2425
IntPtr tokenPointer = Marshal.ReadIntPtr((IntPtr)blob, (int)Marshal.OffsetOf(
ChannelBindingStatusType
, "ChannelToken"));
2434
return Marshal.ReadInt32(blob, (int)Marshal.OffsetOf(
ChannelBindingStatusType
, "ChannelTokenSize"));