TcpKsiServiceAsyncResultRequestType Property
|
Note: This API is now obsolete.
TCP request type
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax[ObsoleteAttribute("Use ServiceRequestType instead.")]
public TcpRequestType RequestType { get; }
<ObsoleteAttribute("Use ServiceRequestType instead.")>
Public ReadOnly Property RequestType As TcpRequestType
Get
public:
[ObsoleteAttribute(L"Use ServiceRequestType instead.")]
property TcpRequestType RequestType {
TcpRequestType get ();
}
[<ObsoleteAttribute("Use ServiceRequestType instead.")>]
member RequestType : TcpRequestType with get
Property Value
Type:
TcpRequestType
See Also