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