프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_creds | System.Net.ICredentials |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateRequest | |||
FormatAssemblyUserAgent | string |
메소드 | 설명 | |
---|---|---|
BeginRequest ( string apipath ) : Stream | ||
DebugReq ( |
||
EndRequest ( string apipath, string contentType ) : Stream | ||
GetData ( ) : Stream | ||
GetData ( string apipath ) : Stream | ||
HttpGet ( string apipath, bool refreshTokenIfNeeded = true, string contentType = "text/xml" ) : Stream | ||
HttpPost ( string apipath, byte body, string contentType = "text/xml" ) : Stream | ||
SendData ( string apipath, string data ) : Stream | ||
SetUpstreamUserAgent ( string userAgent ) : void | ||
V1CredsAPIConnector ( string urlPrefix, System creds = null, ProxyProvider proxy = null ) : System |
메소드 | 설명 | |
---|---|---|
CreateRequest ( string url, string method = "GET", string contenttype = "text/xml" ) : |
||
FormatAssemblyUserAgent ( |
public DebugReq ( |
||
req | ||
resp | ||
리턴 | void |
public EndRequest ( string apipath, string contentType ) : Stream | ||
apipath | string | |
contentType | string | |
리턴 | Stream |
public HttpGet ( string apipath, bool refreshTokenIfNeeded = true, string contentType = "text/xml" ) : Stream | ||
apipath | string | |
refreshTokenIfNeeded | bool | |
contentType | string | |
리턴 | Stream |
public HttpPost ( string apipath, byte body, string contentType = "text/xml" ) : Stream | ||
apipath | string | |
body | byte | |
contentType | string | |
리턴 | Stream |
public SendData ( string apipath, string data ) : Stream | ||
apipath | string | |
data | string | |
리턴 | Stream |
public SetUpstreamUserAgent ( string userAgent ) : void | ||
userAgent | string | |
리턴 | void |
public V1CredsAPIConnector ( string urlPrefix, System creds = null, ProxyProvider proxy = null ) : System | ||
urlPrefix | string | |
creds | System | |
proxy | ProxyProvider | |
리턴 | System |