The StreamBaseURI type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
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) | Determines whether the specified Object is equal to the current 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()()()() | Serves as a hash function for a particular type. (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()()()() | Gets the Type of the current instance. (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()()()().) |