BindingAddress Class

Definition

An address that a HTTP server may bind to.

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

Constructors

BindingAddress()
Obsolete.

Initializes a new instance of BindingAddress.

Properties

Host

Gets the host component.

IsNamedPipe

Gets a value that determines if this instance represents a named pipe.

Returns true if Host starts with pipe:/ prefix.

IsUnixPipe

Gets a value that determines if this instance represents a Unix pipe.

Returns true if Host starts with unix:// prefix.

NamedPipeName

Gets the named pipe name if this instance represents a named pipe.

PathBase

Gets the path component.

Port

Gets the port.

Scheme

Gets the scheme component.

UnixPipePath

Gets the unix pipe path if this instance represents a Unix pipe.

Methods

Equals(Object)

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

GetHashCode()

Serves as the default hash function.

Parse(String)

Parses the specified address as a BindingAddress.

ToString()

Returns a string that represents the current object.

Applies to