The StreamBaseURI type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddParameter(String, String)
Add a parameter.
ArrayFromEnvironment()()()()
Create an array from the environment variable
ArrayFromString(String)
Create an array from a given URI string
Clone()()()()
Clone this StreamBaseURI
Equals(Object) (Inherited from Object.)
FromEnvironment()()()()
Create from the environment variable
GetContainer()()()()
Returns the container name component of the URI. May return an empty string if no container was specified.
GetHashCode()()()() (Inherited from Object.)
GetHost()()()()
Return the host component of the URI.
GetNumParameters()()()()
Return the number of parameters
GetParameter(String)
Return a parameter, or null if undefined.
GetPassword()()()()
Return the password component of the URI.
GetPort()()()()
Return the port component of the URI.
GetType()()()() (Inherited from Object.)
GetUser()()()()
Return the user name component of the URI.
RemoveParameter(String)
Remove a parameter.
ToString()()()()
Return the URI as a string.
(Overrides Object..::..ToString()()()().)

See Also