Class PostUrlParam
By default POST parameters will be form encoded. Use this to force the request to have a particular parameter encoded on the url query
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DynamicRestProxy.PortableHttpClient
Assembly: DynamicRestProxy.NetStandard.dll
Syntax
public sealed class PostUrlParam
Constructors
| Improve this Doc View SourcePostUrlParam(Object)
ctor
Declaration
public PostUrlParam(object v)
Parameters
Type | Name | Description |
---|---|---|
Object | v | The param value |
Properties
| Improve this Doc View SourceValue
The parameter's value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object |
Methods
| Improve this Doc View SourceEquals(Object)
System.Object.Equals(System.Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
System.Object.GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | the hashcode of Value |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
System.Object.ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | string representation of Value |
Overrides
System.Object.ToString()