Click or drag to resize

aceRemoteServer Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy

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

The aceRemoteServer type exposes the following members.

Constructors
  NameDescription
Public methodaceRemoteServer
Initializes a new instance of the aceRemoteServer class.
Top
Properties
  NameDescription
Public propertyclient
TCP klijent
(Inherited from aceRemoteClient.)
Public propertydoLoopListening
Is listening turned on
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.
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
Public methodreceive
Prijem poruke
(Inherited from aceRemoteClient.)
Public methodreceiveCallback (Inherited from aceRemoteClient.)
Public methodreceiveString
Prijem string poruke
(Inherited from aceRemoteClient.)
Public methodsaveSettings
Snima vrednosti podesavanja
(Inherited from aceComponentBaseT.)
Public methodsendBackCallback
Sends the back callback.
Public methodsendBackString
Sends the back string.
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.
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
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also