.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.ITransportListener Interface Reference

This is an interface to a listener which supports UA binary encoding. More...

Inherits IDisposable.

Public Member Functions

void Open (Uri baseAddress, TransportListenerSettings settings, ITransportListenerCallback callback)
 Opens the listener and starts accepting connection. More...
 
void Close ()
 Closes the listener and stops accepting connection. More...
 

Detailed Description

This is an interface to a listener which supports UA binary encoding.

Member Function Documentation

void UnifiedAutomation.UaBase.ITransportListener.Close ( )

Closes the listener and stops accepting connection.

Exceptions
StatusExceptionThrown if any communication error occurs.
void UnifiedAutomation.UaBase.ITransportListener.Open ( Uri  baseAddress,
TransportListenerSettings  settings,
ITransportListenerCallback  callback 
)

Opens the listener and starts accepting connection.

Parameters
baseAddressThe base address.
settingsThe settings to use when creating the listener.
callbackThe callback to use when requests arrive via the channel.
Exceptions
ArgumentNullExceptionThrown if any parameter is null.
StatusExceptionThrown if any communication error occurs.

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