5 overrides of ConnectionGroupName
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
115
public override string
ConnectionGroupName
System\IO\Packaging\PackWebRequest.cs (1)
222
public override string
ConnectionGroupName
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
38
public override string?
ConnectionGroupName
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
124
public override string?
ConnectionGroupName
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
192
public override string?
ConnectionGroupName
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
1 write to ConnectionGroupName
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
230
GetRequest().
ConnectionGroupName
= value;
1 reference to ConnectionGroupName
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
226
return GetRequest().
ConnectionGroupName
;