.NET Based OPC UA Client/Server SDK  2.6.1.422
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

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...
 
RegisterServer2ResponseMessage RegisterServer2 (RegisterServer2Message request)
 The client side implementation of the RegisterServer2 service contract. More...
 
IAsyncResult BeginRegisterServer2 (RegisterServer2Message request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginRegisterServer2 service contract. More...
 
RegisterServer2ResponseMessage EndRegisterServer2 (IAsyncResult result)
 The client side implementation of the EndRegisterServer2 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, ApplicationThreadPool threadPool)
 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...
 
- Properties inherited from UnifiedAutomation.UaBase.WcfChannelBase
bool UseBinaryEncoding [get, set]
 Gets a value indicating that the binary encoding should be used with this channe. More...
 
EndpointDescription EndpointDescription [get]
 Gets the description for the endpoint used by the channel. More...
 
EndpointConfiguration EndpointConfiguration [get]
 Gets the configuration for the channel. More...
 
MessageContext MessageContext [get]
 Gets the context used when serializing messages exchanged via the channel. More...
 
int OperationTimeout [get, set]
 Gets or sets the default timeout for requests send via the channel. More...
 
- Properties inherited from UnifiedAutomation.UaBase.ITransportChannel
EndpointDescription EndpointDescription [get]
 Gets the description for the endpoint used by the channel. More...
 
EndpointConfiguration EndpointConfiguration [get]
 Gets the configuration for the channel. More...
 
MessageContext MessageContext [get]
 Gets the context used when serializing messages exchanged via the channel. More...
 
int OperationTimeout [get, set]
 Gets or sets the default timeout for requests send via the channel. More...
 

Detailed Description

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

Member Function Documentation

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.

IAsyncResult UnifiedAutomation.UaBase.RegistrationChannel.BeginRegisterServer2 ( RegisterServer2Message  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginRegisterServer2 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.

RegisterServer2ResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.EndRegisterServer2 ( IAsyncResult  result)
inline

The client side implementation of the EndRegisterServer2 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.

RegisterServer2ResponseMessage UnifiedAutomation.UaBase.RegistrationChannel.RegisterServer2 ( RegisterServer2Message  request)
inline

The client side implementation of the RegisterServer2 service contract.

Implements UnifiedAutomation.UaBase.IRegistrationChannel.


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