Authority Class

Definition

Line 18 of System.Net.Http/UriReference.cm

Constructors & Destructor

public nothrow Authority()

Member Functions

public inline nothrow bool GetFlag(Flags flag) const
public inline nothrow const String<char>& Host() const
public inline nothrow int Port() const
public inline nothrow void ResetFlag(Flags flag)
public inline nothrow void SetFlag(Flags flag)
public nothrow void SetHost(const String<char>& host_)
public nothrow void SetPort(int port_)
public nothrow void SetUserInfo(const String<char>& userInfo_)
public nothrow String<char> ToString() const
public inline nothrow const String<char>& UserInfo() const
public inline nothrow Flags operator&(Flags left, Flags right) const
public inline nothrow Flags operator|(Flags left, Flags right) const
public inline nothrow Flags operator~(Flags f) const

Enumerated Types

public enum Flags

Member Variables

private Flags flags
private String<char> host
private int port
private String<char> userInfo

Constructor& Destructor Details

Authority Constructor

public nothrow Authority()

Definition
Line 24 of System.Net.Http/UriReference.cm


Member Function Details

GetFlag Member Function

public inline nothrow bool GetFlag(Flags flag)

Definition
Line 39 of System.Net.Http/UriReference.cm


Host Member Function

public inline nothrow const String<char>& Host()

Definition
Line 60 of System.Net.Http/UriReference.cm


Port Member Function

public inline nothrow int Port()

Definition
Line 68 of System.Net.Http/UriReference.cm


ResetFlag Member Function

public inline nothrow void ResetFlag(Flags flag)

Definition
Line 47 of System.Net.Http/UriReference.cm


SetFlag Member Function

public inline nothrow void SetFlag(Flags flag)

Definition
Line 43 of System.Net.Http/UriReference.cm


SetHost Member Function

public nothrow void SetHost(const String<char>& host_)

Definition
Line 64 of System.Net.Http/UriReference.cm


SetPort Member Function

public nothrow void SetPort(int port_)

Definition
Line 72 of System.Net.Http/UriReference.cm


SetUserInfo Member Function

public nothrow void SetUserInfo(const String<char>& userInfo_)

Definition
Line 55 of System.Net.Http/UriReference.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 76 of System.Net.Http/UriReference.cm


UserInfo Member Function

public inline nothrow const String<char>& UserInfo()

Definition
Line 51 of System.Net.Http/UriReference.cm


operator& Member Function

public inline nothrow Flags operator&(Flags left, Flags right)

Definition
Line 31 of System.Net.Http/UriReference.cm


operator| Member Function

public inline nothrow Flags operator|(Flags left, Flags right)

Definition
Line 27 of System.Net.Http/UriReference.cm


operator~ Member Function

public inline nothrow Flags operator~(Flags f)

Definition
Line 35 of System.Net.Http/UriReference.cm