4 overrides of Size
System (2)
net\System\Net\_SafeNetHandles.cs (2)
2820
public override int
Size
2852
public override int
Size
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
200
public override int
Size
System.Web (1)
HttpChannelBindingToken.cs (1)
35
public override int
Size
{
9 references to Size
System (3)
net\System\Net\Internal.cs (1)
1487
this.size = (binding == null ? 0 : binding.
Size
);
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
185
byte[] channelBindingData = new byte[customChannelBinding.
Size
];
186
Marshal.Copy(customChannelBinding.DangerousGetHandle(), channelBindingData, 0, customChannelBinding.
Size
);
System.IdentityModel (1)
System\IdentityModel\SspiHelper.cs (1)
367
this.size = channelBinding.
Size
;
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelBindingUtility.cs (5)
220
if (source.
Size
<= 0)
222
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("source.Size", source.
Size
,
241
AllocateMemory(source.
Size
);
246
for (int i = 0; i < source.
Size
; i++)
251
this.size = source.
Size
;