5 overrides of Method
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
208
public override string
Method
System\IO\Packaging\PackWebRequest.cs (1)
320
public override string
Method
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
43
public override string
Method
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
134
public override string
Method
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
212
public override string
Method
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
2 writes to Method
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
328
GetRequest().
Method
= value;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
233
request.
Method
= _method;
1 reference to Method
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
324
return GetRequest().
Method
;