Previous | Next |
Sets the credentials for HTTP proxy authentication.
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
Windows Media Services supports HTTP stream distribution among servers running Windows Media Services. For example, the server connected to this instance of the Windows Media Unicast Admin control can distribute streams to multiple downstream servers. It can try, by using HTTP, to connect to a server behind a firewall. This method is used to set the user name and password credentials needed to break through the firewall if this server is challenged by a proxy server.
See Also
ProxyUser, ProxyHostName, EnableProxy
Previous | Next |