Click or drag to resize

aceRemoteTestClient Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Testing client class
Inheritance Hierarchy

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

The aceRemoteTestClient type exposes the following members.

Constructors
  NameDescription
Public methodaceRemoteTestClient
Initializes a new instance of the aceRemoteTestClient class.
Top
Properties
  NameDescription
Public propertyclient
TCP klijent
(Inherited from aceRemoteClient.)
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 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 methodreceive
Prijem poruke
(Inherited from aceRemoteClient.)
Public methodreceiveCallback (Inherited from aceRemoteClient.)
Public methodreceived
Public methodreceiveString
Prijem string poruke
(Inherited from aceRemoteClient.)
Public methodsaveSettings
Snima vrednosti podesavanja
(Inherited from aceComponentBaseT.)
Public methodsending
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 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.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also