UrlPrefix Třída

Definice

Sada parametrů adresy URL sloužících k naslouchání příchozím požadavkům.

public ref class UrlPrefix
public class UrlPrefix
type UrlPrefix = class
Public Class UrlPrefix
Dědičnost
UrlPrefix

Vlastnosti

FullPrefix

Získá řetězcovou reprezentaci předpony.

Host

Získá název domény hostitele, který používá předpona.

IsHttps

Získá hodnotu, která určuje, jestli je schéma předpony HTTPS.

Path

Získá komponentu cesty předpony.

Port

Získá řetězcovou reprezentaci portu používaného předponou.

PortValue

Získá celočíselnou reprezentaci portu používaného předponou.

Scheme

Získá schéma používané předponou.

Metody

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.

Platí pro