The LiveViewURI type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
HostName
Name or IP address of the LiveView server.
Parameters
The URI parameters, as specified after the '?' in lv://host[:port]?param1=value1[&param2=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.
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://').

See Also