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