UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.RegistrationChannel Class Reference

A channel object used by clients to access a UA service. More...

Inherits UnifiedAutomation.UaBase.WcfChannelBase< TChannel >, and UnifiedAutomation.UaBase.IRegistrationChannel.

Public Member Functions

FindDnsServicesResponseMessage FindDnsServices (FindDnsServicesMessage request)
 The client side implementation of the FindDnsServices service contract. More...
 
IAsyncResult BeginFindDnsServices (FindDnsServicesMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginFindDnsServices service contract. More...
 
FindDnsServicesResponseMessage EndFindDnsServices (IAsyncResult result)
 The client side implementation of the EndFindDnsServices service contract. More...
 
RegisterServerResponseMessage RegisterServer (RegisterServerMessage request)
 The client side implementation of the RegisterServer service contract. More...
 
IAsyncResult BeginRegisterServer (RegisterServerMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginRegisterServer service contract. More...
 
RegisterServerResponseMessage EndRegisterServer (IAsyncResult result)
 The client side implementation of the EndRegisterServer service contract. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
 WcfChannelBase ()
 Initializes the object with the specified binding and endpoint address. More...
 
override
InvokeServiceResponseMessage 
InvokeService (InvokeServiceMessage request)
 The client side implementation of the InvokeService service contract. More...
 
override IAsyncResult BeginInvokeService (InvokeServiceMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginInvokeService service contract. More...
 
override
InvokeServiceResponseMessage 
EndInvokeService (IAsyncResult result)
 The client side implementation of the EndInvokeService service contract. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase
 WcfChannelBase ()
 Initializes the object with the specified binding and endpoint address. More...
 
void Dispose ()
 Frees any unmanaged resources. More...
 
void OpenChannel ()
 Opens the channel with the server. More...
 
void CloseChannel ()
 Closes the channel with the server. More...
 
void Initialize (Uri url, TransportChannelSettings settings)
 Initializes a secure channel with the endpoint identified by the URL. More...
 
IServiceResponse SendRequest (IServiceRequest request)
 Sends a request over the secure channel. More...
 
IAsyncResult BeginSendRequest (IServiceRequest request, AsyncCallback callback, object callbackData)
 Begins an asynchronous operation to send a request over the secure channel. More...
 
IServiceResponse EndSendRequest (IAsyncResult result)
 Completes an asynchronous operation to send a request over the secure channel. More...
 
void Close ()
 Closes the secure channel. More...
 
StatusException HandleSoapFault (System.ServiceModel.FaultException< ServiceFault > exception)
 Converts a FaultException into a StatusException. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase
static ITransportChannel CreateTransportChannel (ApplicationInstance application, EndpointDescription description, EndpointConfiguration configuration, MessageContext context)
 Creates a new UA-binary transport channel if requested. Null otherwise. More...
 
- Protected Member Functions inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
override void Dispose (bool disposing)
 An overrideable version of the Dispose. More...
 
- Properties inherited from UnifiedAutomation.UaBase.WcfChannelBase< TChannel >
TChannel Channel [get]
 Gets the inner channel. More...
 

Detailed Description

A channel object used by clients to access a UA service.

Member Function Documentation

IAsyncResult UnifiedAutomation.UaBase.RegistrationChannel.BeginFindDnsServices ( FindDnsServicesMessage  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginFindDnsServices service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.

IAsyncResult UnifiedAutomation.UaBase.RegistrationChannel.BeginRegisterServer ( RegisterServerMessage  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginRegisterServer service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.

FindDnsServicesResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.EndFindDnsServices ( IAsyncResult  result)
inline

The client side implementation of the EndFindDnsServices service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.

RegisterServerResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.EndRegisterServer ( IAsyncResult  result)
inline

The client side implementation of the EndRegisterServer service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.

FindDnsServicesResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.FindDnsServices ( FindDnsServicesMessage  request)
inline

The client side implementation of the FindDnsServices service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.

RegisterServerResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.RegisterServer ( RegisterServerMessage  request)
inline

The client side implementation of the RegisterServer service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.


The documentation for this class was generated from the following file: