.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.DiscoveryChannel Class Reference

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

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

Public Member Functions

FindServersResponseMessage FindServers (FindServersMessage request)
 The client side implementation of the FindServers service contract. More...
 
IAsyncResult BeginFindServers (FindServersMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginFindServers service contract. More...
 
FindServersResponseMessage EndFindServers (IAsyncResult result)
 The client side implementation of the EndFindServers service contract. More...
 
FindServersOnNetworkResponseMessage FindServersOnNetwork (FindServersOnNetworkMessage request)
 The client side implementation of the FindServersOnNetwork service contract. More...
 
IAsyncResult BeginFindServersOnNetwork (FindServersOnNetworkMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginFindServersOnNetwork service contract. More...
 
FindServersOnNetworkResponseMessage EndFindServersOnNetwork (IAsyncResult result)
 The client side implementation of the EndFindServersOnNetwork service contract. More...
 
GetEndpointsResponseMessage GetEndpoints (GetEndpointsMessage request)
 The client side implementation of the GetEndpoints service contract. More...
 
IAsyncResult BeginGetEndpoints (GetEndpointsMessage request, AsyncCallback callback, object asyncState)
 The client side implementation of the BeginGetEndpoints service contract. More...
 
GetEndpointsResponseMessage EndGetEndpoints (IAsyncResult result)
 The client side implementation of the EndGetEndpoints 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.DiscoveryChannel.BeginFindServers ( FindServersMessage  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginFindServers service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

IAsyncResult UnifiedAutomation.UaBase.DiscoveryChannel.BeginFindServersOnNetwork ( FindServersOnNetworkMessage  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginFindServersOnNetwork service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

IAsyncResult UnifiedAutomation.UaBase.DiscoveryChannel.BeginGetEndpoints ( GetEndpointsMessage  request,
AsyncCallback  callback,
object  asyncState 
)
inline

The client side implementation of the BeginGetEndpoints service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

FindServersResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.EndFindServers ( IAsyncResult  result)
inline

The client side implementation of the EndFindServers service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

FindServersOnNetworkResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.EndFindServersOnNetwork ( IAsyncResult  result)
inline

The client side implementation of the EndFindServersOnNetwork service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.EndGetEndpoints ( IAsyncResult  result)
inline

The client side implementation of the EndGetEndpoints service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

FindServersResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.FindServers ( FindServersMessage  request)
inline

The client side implementation of the FindServers service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

FindServersOnNetworkResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.FindServersOnNetwork ( FindServersOnNetworkMessage  request)
inline

The client side implementation of the FindServersOnNetwork service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.DiscoveryChannel.GetEndpoints ( GetEndpointsMessage  request)
inline

The client side implementation of the GetEndpoints service contract.

Implements UnifiedAutomation.UaBase.IDiscoveryChannel.


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