17 references to Booleans
System.Net.Requests (17)
System\Net\HttpWebRequest.cs (17)
80
private
Booleans
_booleans =
Booleans
.Default;
497
return (_booleans &
Booleans
.UnsafeAuthenticatedConnectionSharing) != 0;
503
_booleans |=
Booleans
.UnsafeAuthenticatedConnectionSharing;
507
_booleans &= ~
Booleans
.UnsafeAuthenticatedConnectionSharing;
532
return (_booleans &
Booleans
.AllowWriteStreamBuffering) != 0;
538
_booleans |=
Booleans
.AllowWriteStreamBuffering;
542
_booleans &= ~
Booleans
.AllowWriteStreamBuffering;
556
return (_booleans &
Booleans
.AllowAutoRedirect) != 0;
562
_booleans |=
Booleans
.AllowAutoRedirect;
566
_booleans &= ~
Booleans
.AllowAutoRedirect;
757
return (_booleans &
Booleans
.SendChunked) != 0;
767
_booleans |=
Booleans
.SendChunked;
771
_booleans &= ~
Booleans
.SendChunked;
1037
return (_booleans &
Booleans
.IsVersionHttp10) != 0;
1043
_booleans |=
Booleans
.IsVersionHttp10;
1047
_booleans &= ~
Booleans
.IsVersionHttp10;