Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsInvalid

override bool System.Net.Security.SafeFreeContextBufferChannelBinding.IsInvalid
getinherited

Definition at line 12 of file SafeFreeContextBufferChannelBinding.cs.

13 {
14 get
15 {
16 if (!(handle == new IntPtr(0)))
17 {
18 return handle == new IntPtr(-1);
19 }
20 return true;
21 }
22 }

Referenced by System.Net.Security.SafeFreeContextBufferChannelBinding.ToString().