.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.CloseFileEventArgs Class Reference

The arguments passed when the CloseRequested event is raised. More...

Inherits EventArgs.

Public Member Functions

 CloseFileEventArgs (RequestContext context, Stream stream)
 Initializes a new instance of the CloseFileEventArgs class. More...
 

Properties

RequestContext Context [get]
 Gets the context. More...
 
Stream Stream [get]
 Gets the stream. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
bool DoNotCloseStream [get, set]
 Gets or sets a value indicating whether the caller should not close the stream. More...
 

Detailed Description

The arguments passed when the CloseRequested event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CloseFileEventArgs.CloseFileEventArgs ( RequestContext  context,
Stream  stream 
)
inline

Initializes a new instance of the CloseFileEventArgs class.

Parameters
contextThe context.
streamThe stream.

Property Documentation

RequestContext UnifiedAutomation.UaServer.CloseFileEventArgs.Context
get

Gets the context.

bool UnifiedAutomation.UaServer.CloseFileEventArgs.DoNotCloseStream
getset

Gets or sets a value indicating whether the caller should not close the stream.

true if the caller should not close the stream; otherwise false.

StatusCode UnifiedAutomation.UaServer.CloseFileEventArgs.StatusCode
getset

Gets or sets the status code.

Stream UnifiedAutomation.UaServer.CloseFileEventArgs.Stream
get

Gets the stream.


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