The LiveViewURI type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
HostName |
Name or IP address of the LiveView server.
| |
Parameters |
The URI parameters, as specified after the '?' in lv://host[:port]?param1=value1[¶m2=value2...] | |
Password |
The specified password, as specified before the '@' in lv://username:password@host[:port] | |
Path |
Path component of the URI (e.g. for a URI of "lv://myhost:10080/mypath/mysubpath", this property would be "mypath/mysubpath")
| |
Port |
Port on which the LiveView server is listening.
| |
TcdsToken |
The TCDS Token (if any) or null
| |
UserName |
The specified username, as specified before the '@' in lv://username[:password]@host[:port] | |
UseSSL |
Whether to use the SSL protocol to connect ('lvs://' instead of 'lv://').
|