Class SocketService
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class SocketService : SocketListener, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
SocketService
- Implements
- Derived
- Inherited Members
Constructors
SocketService(bool, params ConstructArgument[])
protected SocketService(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
SocketService(IntPtr, bool)
protected SocketService(IntPtr ptr, bool ownedRef)
Parameters
Fields
ActivePropertyDefinition
public static readonly Property<bool, SocketService> ActivePropertyDefinition
Field Value
IncomingSignal
Signal Descriptor for OnIncoming.
public static readonly ReturningSignal<SocketService, SocketService.IncomingSignalArgs, bool> IncomingSignal
Field Value
Properties
Active
public bool Active { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
IsActive()
[Version("2.22")]
public bool IsActive()
Returns
New()
[Version("2.22")]
public static SocketService New()
Returns
Start()
[Version("2.22")]
public void Start()
Stop()
[Version("2.22")]
public void Stop()
Events
OnIncoming
public event ReturningSignalHandler<SocketService, SocketService.IncomingSignalArgs, bool> OnIncoming