|
public class OutgoingWebRequestContext
|
|
|
|
|
|
public String Accept { get; set; }
|
|
|
public Int64 ContentLength { get; set; }
|
|
|
public String ContentType { get; set; }
|
|
|
public WebHeaderCollection Headers { get; }
|
|
|
public String IfMatch { get; set; }
|
|
|
public String IfNoneMatch { get; set; }
|
|
|
public String IfUnmodifiedSince { get; set; }
|
|
|
public String Method { get; set; }
|
|
|
public Boolean SuppressEntityBody { get; set; }
|
|
|
public sealed class WebGetAttribute
|
|
|
: Attribute, _Attribute, IOperationBehavior
|
|
|
public WebMessageBodyStyle BodyStyle { get; set; }
|
|
|
public Boolean IsBodyStyleSetExplicitly { get; }
|
|
|
public Boolean IsRequestFormatSetExplicitly { get; }
|
|
|
public Boolean IsResponseFormatSetExplicitly { get; }
|
|
|
public WebMessageFormat RequestFormat { get; set; }
|
|
|
public WebMessageFormat ResponseFormat { get; set; }
|
|
|
public String UriTemplate { get; set; }
|
|
|
public sealed class WebInvokeAttribute
|
|
|
: Attribute, _Attribute, IOperationBehavior
|
|
|
public WebMessageBodyStyle BodyStyle { get; set; }
|
|
|
public Boolean IsBodyStyleSetExplicitly { get; }
|
|
|
public Boolean IsRequestFormatSetExplicitly { get; }
|
|
|
public Boolean IsResponseFormatSetExplicitly { get; }
|
|
|
public String Method { get; set; }
|
|
|
public WebMessageFormat RequestFormat { get; set; }
|
|
|
public WebMessageFormat ResponseFormat { get; set; }
|
|
|
public String UriTemplate { get; set; }
|
|