Class RequestSubmitterSettings
Represents the settings for a WCF request submitter.
Inheritance
System.Object
RequestSubmitterSettings
Namespace: Copper.Remoting.Wcf.Common.V1
Assembly: Copper.Remoting.Wcf.Common.dll
Syntax
public class RequestSubmitterSettings
Constructors
View SourceRequestSubmitterSettings(Binding, EndpointAddress)
Initializes a new instance of the RequestSubmitterSettings class.
Declaration
public RequestSubmitterSettings(Binding binding, EndpointAddress endpointAddress)
Parameters
Type | Name | Description |
---|---|---|
Binding | binding | The binding. |
EndpointAddress | endpointAddress | The endpoint address. |
Properties
View SourceBinding
Gets the binding.
Declaration
public Binding Binding { get; }
Property Value
Type | Description |
---|---|
Binding | The binding. |
EndpointAddress
Gets the endpoint address.
Declaration
public EndpointAddress EndpointAddress { get; }
Property Value
Type | Description |
---|---|
EndpointAddress | The endpoint address. |