Click or drag to resize

aceRemoteTestServer Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Test application and demonstration class
Inheritance Hierarchy

Namespace:  imbACE.Network.remote.servers
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class aceRemoteTestServer : aceRemoteServer
Request Example View Source

The aceRemoteTestServer type exposes the following members.

Constructors
  NameDescription
Public methodaceRemoteTestServer
Initializes a new instance of the aceRemoteTestServer class.
Top
Properties
  NameDescription
Public propertyclient
TCP klijent
(Inherited from aceRemoteClient.)
Public propertydoLoopListening
Is listening turned on
(Inherited from aceRemoteServer.)
Public propertyfolderStructure
Public propertyipAddress
Bindable property
(Inherited from aceRemoteClient.)
Public propertyipHostInfo
informacije o serveru
(Inherited from aceRemoteClient.)
Public propertylogContent (Inherited from aceComponentBaseT.)
Public propertyname
Component name
(Inherited from aceComponentBaseT.)
Public propertynotation
Public propertypath_settings (Inherited from aceRemoteClient.)
Public propertyreadStack
stack zadataka za slanje
(Inherited from aceRemoteClient.)
Public propertyremoteEP
end point
(Inherited from aceRemoteClient.)
Public propertysendStack
stack zadataka za slanje
(Inherited from aceRemoteClient.)
Public propertysettings
Podesavanja komponente
(Inherited from aceComponentBaseT.)
Public propertyterminal
instanca terminala koji koristi za logovanje
(Inherited from aceComponentBaseT.)
Top
Methods
  NameDescription
Public methodacceptCallback
Accepts the callback.
(Inherited from aceRemoteServer.)
Public methodclose
Zatvara konekciju sa serverom
(Inherited from aceRemoteClient.)
Public methodcommandCheck (Inherited from aceRemoteClient.)
Public methodconnect
Povezuje se sa serverom
(Inherited from aceRemoteClient.)
Public methodlog (Inherited from aceComponentBaseT.)
Public methodlogSettings (Inherited from aceRemoteInstanceBase.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodreadCallback (Inherited from aceRemoteServer.)
Public methodreceive
Prijem poruke
(Inherited from aceRemoteClient.)
Public methodreceiveCallback (Inherited from aceRemoteClient.)
Public methodreceived
Reaction on something received
Public methodreceiveString
Prijem string poruke
(Inherited from aceRemoteClient.)
Public methodsaveSettings
Snima vrednosti podesavanja
(Inherited from aceComponentBaseT.)
Public methodsendBackCallback
Sends the back callback.
(Inherited from aceRemoteServer.)
Public methodsendBackString
Sends the back string.
(Inherited from aceRemoteServer.)
Public methodsendString (Inherited from aceRemoteClient.)
Public methodsendToStack(aceRemoteSendTask)
Sends to stack.
(Inherited from aceRemoteClient.)
Public methodsendToStack(String, Int32, Socket)
Sends to stack.
(Inherited from aceRemoteClient.)
Public methodstartListening
Starts the listening.
(Inherited from aceRemoteServer.)
Public methodstartProcessing
Pokrece novi thread koji brine o slanju
(Inherited from aceRemoteClient.)
Public methodstartSending
Pokrece novi thread koji brine o slanju
(Inherited from aceRemoteClient.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
  NameDescription
Public fieldonClientReceived
Kada server primi konekciju
(Inherited from aceRemoteClient.)
Public fieldonClientSent (Inherited from aceRemoteClient.)
Public fieldonServerReceived
Kada server primi konekciju
(Inherited from aceRemoteServer.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also