MailNotificationAgentServiceClient(Binding, EndpointAddress) Constructor |
Namespace: Scanjour.Process.PushNotification.MailNotifierServiceReferenceAssembly: Scanjour.Process.PushNotification_24.5.0.0 (in Scanjour.Process.PushNotification_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic MailNotificationAgentServiceClient(
Binding binding,
EndpointAddress remoteAddress
)
Public Sub New (
binding As Binding,
remoteAddress As EndpointAddress
)
public:
MailNotificationAgentServiceClient(
Binding^ binding,
EndpointAddress^ remoteAddress
)
new :
binding : Binding *
remoteAddress : EndpointAddress -> MailNotificationAgentServiceClient
Parameters
- binding Binding
[Missing <param name="binding"/> documentation for "M:Scanjour.Process.PushNotification.MailNotifierServiceReference.MailNotificationAgentServiceClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)"]
- remoteAddress EndpointAddress
[Missing <param name="remoteAddress"/> documentation for "M:Scanjour.Process.PushNotification.MailNotifierServiceReference.MailNotificationAgentServiceClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)"]
See Also