BindingAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
IsUnixPipe |
Gets a value that determines if this instance represents a Unix pipe.
Returns |
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 |
ToString() | Returns a string that represents the current object. |