The AppServerProxy type exposes the following members.

Constructors

  NameDescription
AppServerProxy
Initializes a new instance of the AppServerProxy class.

Methods

  NameDescription
AddProxyChild
Adds the proxy child.
CloseConnection
Closes the connection.
CloseController
Closes the controller.
CloseListener
Closes the listener.
CreateChanStatus
Creates a channel status object.
CreateConfigMgr
Creates a config manager object.
CreateController
Creates a controller.
CreateDVCapture
Creates a DVCapture object.
CreateHostBrowser
Creates a HostBrowser.
CreateListener
Creates a listener.
CreateLog
Creates a log object.
CreateMediaMgr
Creates a MediaMgr object
CreateXfrQueue
Creates a TransferQueue object.
DisposeOverloaded.
DisposeAllProxyChildren
Disposes all proxy children.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
The destructor for AppServerProxy
(Overrides Object..::.Finalize()()().)
GetChannelManager
Creates a ChannelManger object
GetChannelOwnerInfo
Gets the channel owner info.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetProtocolDomain
Gets the protocol domain.
GetProtocolPassword
Gets the protocol password.
GetProtocolUser
Gets the protocol user.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsChannelAccessAllowedForUser
Determines whether the user has rights to use the channel.
IsValidProtocolUser
Determines whether the the user is a valid user (i.e. has a valid local or domain account).
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveProxyChild
Removes the proxy child.
ReservePermissionsDialogLock
Sets a lock for the permissions dialog box. This has to be done on the server so that there is only one instance of the object that is being locked.
SetProtocolDomain
Sets the protocol domain.
SetProtocolPassword
Sets the protocol password.
SetProtocolUser
Sets the protocol user.
ShowPermissionsDialog
Shows the permissions dialog containing the ACL for the currently selected channel
SuspendConnection
Suspends the connection
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UnreservePermissionsDialogLock
Releases the lock for the permissions dialog box. This has to be done on the server so that there is only one instance of the object that is being locked.

Properties

  NameDescription
CreationTime
Gets the creation time.
Guid
Gets the GUID.
IsSuspended
Gets or sets a value indicating whether this instance is suspended.
LastRequestTime
Gets the last request time.
Machine
Gets the machine name.
Suite
Gets the suite.
User
Gets the user.
UserCredentials
Sets the user credentials.

See Also