Basic HTTP Auth for LiveView ConnectionConfig. Supports any NetworkCredentials

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class LiveViewBasicAuth : IAppliableLveViewAuth, 
	ILiveViewAuth
Public NotInheritable Class LiveViewBasicAuth _
	Implements IAppliableLveViewAuth, ILiveViewAuth
public ref class LiveViewBasicAuth sealed : IAppliableLveViewAuth, 
	ILiveViewAuth

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LiveViewBasicAuth(NetworkCredential)
Initializes a new instance of the LiveViewBasicAuth class
LiveViewBasicAuth(String, String)
Initializes a new instance of the LiveViewBasicAuth class
credentials
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API..::..LiveViewBasicAuth

See Also