UA Bundle SDK .NET  2.3.1.334
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
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, set]
 Gets the context. More...
 
Stream Stream [get, set]
 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
getset

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
getset

Gets the stream.


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