C# Class System.Net.Authorization

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Authorization ( string token )
Authorization ( string token, bool finished )
Authorization ( string token, bool finished, string connectionGroupId )

Method Details

Authorization() public method

public Authorization ( string token )
token string

Authorization() public method

public Authorization ( string token, bool finished )
token string
finished bool

Authorization() public method

public Authorization ( string token, bool finished, string connectionGroupId )
token string
finished bool
connectionGroupId string