SetProxyAuthenticationInfo Method

Sets HTTP proxy authentication credentials.

Syntax

NSUnicastMgr.SetProxyAuthenticationInfo( bstrUser, bstrPasswd )

Parameters

bstrUser

A String value specifying the domain and user name. The domain is optional.

bstrPasswd

A String value specifying the password.

Return Values

Returns an ActiveX HRESULT error code.

Remarks

NetShow supports HTTP stream distribution among NetShow servers. For example, the server connected to this instance of the Unicast Manager Admin control could be distributing streams to multiple downstream servers. It may try, using HTTP, to connect to a server behind a firewall. This method is used to set the username and password credentials needed to break through the firewall if this server is challenged by a proxy server.

See Also

ProxyUser, ProxyHostName, EnableProxy

© 1996-1998 Microsoft Corporation. All rights reserved.