コード例 #1
0
 private ITransport GetTransport(HttpContextBase context)
 {
     return(TransportManager.GetTransport(context) ??
            new LongPollingTransport(context, _jsonSerializer));
 }