Mono Class Library: System.Net.ServicePoint Overview | Members

System.Net.ServicePoint.ConnectionName Property

Gets the connection group name specified by the System.Net.WebRequest that created the connection. [Edit]

public string ConnectionName { get; }

Value

A string containing the value of the WebRequest.ConnectionGroupName property of the System.Net.WebRequest that initiated the connection provided by the current instance. [Edit]

Remarks

This property is read-only.

Note: If this property is set, only System.Net.WebRequest instances with the same WebRequest.ConnectionGroupName can communicate with the host using the current instance.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0