C# Class NuGet.ApplicationInsights.Owin.OwinRequestIdContext

ファイルを表示 Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Get ( ) : string
Set ( string value ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Get() public static method

public static Get ( ) : string
return string

Set() public static method

public static Set ( string value ) : void
value string
return void