C# 클래스 FlyttaIn.Services.Helper

파일 보기 프로젝트 열기: kreativstuga/flyttain

공개 메소드들

메소드 설명
CreateHttpGet ( string URI, ContentType contentType ) : string
CreateHttpPost ( string URI, string Parameters ) : string
GetGBGLocationToCoord ( string url, string api, string location ) : IList

비공개 메소드들

메소드 설명
GetContentType ( ContentType contentType ) : string

메소드 상세

CreateHttpGet() 공개 정적인 메소드

public static CreateHttpGet ( string URI, ContentType contentType ) : string
URI string
contentType ContentType
리턴 string

CreateHttpPost() 공개 정적인 메소드

public static CreateHttpPost ( string URI, string Parameters ) : string
URI string
Parameters string
리턴 string

GetGBGLocationToCoord() 공개 정적인 메소드

public static GetGBGLocationToCoord ( string url, string api, string location ) : IList
url string
api string
location string
리턴 IList