C# Класс Microsoft.AspNet.SignalR.Hubs.HubCallerContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HubCallerContext ( IRequest request, string connectionId ) : System.Collections.Generic

Защищенные методы

Метод Описание
HubCallerContext ( ) : System.Collections.Generic

This constructor is only intended to enable mocking of the class. Use of this constructor for other purposes may result in unexpected behavior.

Описание методов

HubCallerContext() защищенный Метод

This constructor is only intended to enable mocking of the class. Use of this constructor for other purposes may result in unexpected behavior.
protected HubCallerContext ( ) : System.Collections.Generic
Результат System.Collections.Generic

HubCallerContext() публичный Метод

public HubCallerContext ( IRequest request, string connectionId ) : System.Collections.Generic
request IRequest
connectionId string
Результат System.Collections.Generic