BindingAddress Třída

Definice

Adresa, se kterou může server HTTP vytvořit vazbu.

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

Konstruktory

BindingAddress()
Zastaralé.

Inicializuje novou instanci .BindingAddress

Vlastnosti

Host

Získá komponentu hostitele.

IsUnixPipe

Získá hodnotu, která určuje, zda tato instance představuje unixový kanál.

Vrátí true , pokud Host začíná předponou unix:// .

PathBase

Získá komponentu cesty.

Port

Získá port.

Scheme

Získá komponentu schématu.

UnixPipePath

Získá cestu kanálu unix, pokud tato instance představuje unixový kanál.

Metody

Equals(Object)

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

GetHashCode()

Serves as the default hash function.

Parse(String)

Parsuje zadané address jako BindingAddress.

ToString()

Returns a string that represents the current object.

Platí pro