DotNetOpenAuth.OpenId.Realm.Realm C# (CSharp) Method

Realm() private method

Initializes a new instance of the Realm class.
This is useful because UriBuilder can construct a host with a wildcard in the Host property, but once there it can't be converted to a Uri.
private Realm ( UriBuilder realmUriBuilder ) : System
realmUriBuilder System.UriBuilder The realm URI builder.
return System
		internal Realm(UriBuilder realmUriBuilder)
			: this(SafeUriBuilderToString(realmUriBuilder)) { }

Same methods

Realm::Realm ( ) : System
Realm::Realm ( Uri realmUrl ) : System
Realm::Realm ( string realmUrl ) : System