Proxy.Encoding Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
Encoding
Gets or sets the Encoding to use to encode and decode requests and responses.
Declaration
public Encoding Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| Encoding | The Encoding to use to encode and decode requests and responses. Default is Encoding.Default. |