WebRequest.ConnectionGroupName Property

When overridden in a descendant class, gets or sets the name of the connection group for the request.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public virtual string ConnectionGroupName { get; set; }

Property Value

The name of the connection group for the request.

Remarks

This property serves as a way of grouping connections.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

WebRequest Class
WebRequest Members
System.Net Namespace