C# 클래스 gov.data.util.GOVDataUtil

파일 보기 프로젝트 열기: USDepartmentofLabor/DotNet_DOLDataSDK

공개 메소드들

메소드 설명
GOVDataRequest ( string uri ) : string
GOVDataRequest ( string uri, string key ) : string
GOVDataRequest ( string uri, string key, string username ) : string
Hash ( string data, string seed ) : string

Utility method to hash a string using HMAC-SHA1

service_SendingRequest ( object sender, System.Data.Services.Client.SendingRequestEventArgs e ) : void

Event handler for the SendingRequest event of the Service Reference class

비공개 메소드들

메소드 설명
GOVDataRequestor ( string uri, string key, string username ) : string

GOVDataRequestor is private method used by GOVDataRequest to use when accessing all non-DOL Government APIs

메소드 상세

GOVDataRequest() 공개 정적인 메소드

public static GOVDataRequest ( string uri ) : string
uri string
리턴 string

GOVDataRequest() 공개 정적인 메소드

public static GOVDataRequest ( string uri, string key ) : string
uri string
key string
리턴 string

GOVDataRequest() 공개 정적인 메소드

public static GOVDataRequest ( string uri, string key, string username ) : string
uri string
key string
username string
리턴 string

Hash() 공개 정적인 메소드

Utility method to hash a string using HMAC-SHA1
public static Hash ( string data, string seed ) : string
data string The string to be hashed
seed string The key to sign with
리턴 string

service_SendingRequest() 공개 정적인 메소드

Event handler for the SendingRequest event of the Service Reference class
public static service_SendingRequest ( object sender, System.Data.Services.Client.SendingRequestEventArgs e ) : void
sender object
e System.Data.Services.Client.SendingRequestEventArgs
리턴 void