UrlPrefix Class

Definition

A set of URL parameters used to listen for incoming requests.

public ref class UrlPrefix
public class UrlPrefix
type UrlPrefix = class
Public Class UrlPrefix
Inheritance
UrlPrefix

Properties

FullPrefix

Gets a string representation of the prefix

Host

Gets the host domain name used by the prefix.

IsHttps

Gets a value that determines if the prefix's scheme is HTTPS.

Path

Gets the path component of the prefix.

Port

Gets a string representation of the port used by the prefix.

PortValue

Gets an integer representation of the port used by the prefix.

Scheme

Gets the scheme used by the prefix.

Methods

Create(String)

http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85).aspx

Create(String, String, Nullable<Int32>, String)

http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85).aspx

Create(String, String, String, String)

http://msdn.microsoft.com/en-us/library/windows/desktop/aa364698(v=vs.85).aspx

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Applies to