Server Property

Returns or sets a String value specifying the name of the currently connected NetShow unicast server, or connects to a new server.

Syntax

NSUnicastMgr.Server

Remarks

After you connect to a server, you can connect to another server by setting the Server property again. To disconnect from a server, set Server to NULL.

Example

MsgBox NSUnicastMgr.Server      ' show current connection
NSUnicastMgr.Server = Null      ' disconnect
NSUnicastMgr.Server = "SERVER9" ' connect to server SERVER9
© 1996-1998 Microsoft Corporation. All rights reserved.