C# Class PluralsightDownloader.Web.SignalRContractResolver

Inheritance: IContractResolver
Show file Open project: Ebram-Tharwat/CSharp-Pluralsight-Downloader

Public Methods

Method Description
ResolveContract ( Type type ) : JsonContract
SignalRContractResolver ( ) : Microsoft.AspNet.SignalR.Infrastructure

Method Details

ResolveContract() public method

public ResolveContract ( Type type ) : JsonContract
type System.Type
return Newtonsoft.Json.Serialization.JsonContract

SignalRContractResolver() public method

public SignalRContractResolver ( ) : Microsoft.AspNet.SignalR.Infrastructure
return Microsoft.AspNet.SignalR.Infrastructure