Connection::Credentials Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Gets or sets authentication information for the connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: virtual property ICredentials^ Credentials { ICredentials^ get () sealed; void set (ICredentials^ value) sealed; }
Implements
IConnection::Credentials
Show: