C# 클래스 SevenDigital.Api.Wrapper.Requests.Request

상속: ISerializable
파일 보기 프로젝트 열기: 7digital/SevenDigital.Api.Wrapper 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

we need to override serialisation as 'System.Net.Http.HttpMethod' is not a serializable type and these objects are attached to exceptions

Request ( HttpMethod method, string url, string>.IDictionary headers, SevenDigital.Api.Wrapper.Requests.RequestPayload body, string traceId ) : System
Request ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

we need to override serialisation as 'System.Net.Http.HttpMethod' is not a serializable type and these objects are attached to exceptions
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

Request() 공개 메소드

public Request ( HttpMethod method, string url, string>.IDictionary headers, SevenDigital.Api.Wrapper.Requests.RequestPayload body, string traceId ) : System
method HttpMethod
url string
headers string>.IDictionary
body SevenDigital.Api.Wrapper.Requests.RequestPayload
traceId string
리턴 System

Request() 공개 메소드

public Request ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System