Skip to main content
.NET Framework Class Library
HttpListenerRequest..::.ServiceName Property

Gets the Service Provider Name (SPN) that the client sent on the request.

Namespace: System.Net
Assembly: System (in System.dll)
Syntax
Public Property ServiceName As String
public string ServiceName { get; internal set; }
public:
property String^ ServiceName {
	String^ get ();
	internal: void set (String^ value);
}
member ServiceName : string with get, internal set

Property Value

Type: System..::.String
A String that contains the SPN the client sent on the request.
Remarks

An application could use the ServiceName property to perform custom Service Provide Name (SPN) validation.

Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.