C# Class Two10.APM.Extensions

Datei anzeigen Open project: richorama/APM

Public Methods

Method Description
DeleteDirectory ( string target_dir ) : void
GetSDKPath ( string sdkVersion = null ) : string
ReadAttribute ( this value, string name ) : string
SetUserAgent ( this headers ) : void
Size ( this d ) : long

Method Details

DeleteDirectory() public static method

public static DeleteDirectory ( string target_dir ) : void
target_dir string
return void

GetSDKPath() public static method

public static GetSDKPath ( string sdkVersion = null ) : string
sdkVersion string
return string

ReadAttribute() public static method

public static ReadAttribute ( this value, string name ) : string
value this
name string
return string

SetUserAgent() public static method

public static SetUserAgent ( this headers ) : void
headers this
return void

Size() public static method

public static Size ( this d ) : long
d this
return long