PowerTCP Emulation for .NET
Option Constructor(OptionCode,OptionState)




The option code.
The option state.
Initializes a new instance of Option.
Syntax
Public Function New( _
   ByVal code As OptionCode, _
   ByVal state As OptionState _
)
Dim code As OptionCode
Dim state As OptionState
 
Dim instance As New Option(code, state)
public Option( 
   OptionCode code,
   OptionState state
)
public: Option( 
   OptionCode code,
   OptionState state
)
public:
Option( 
   OptionCode code,
   OptionState state
)

Parameters

code
The option code.
state
The option state.
Remarks

This constructor creates a new instance of Option, with Code and State set.

See Also

Reference

Option Class
Option Members
Overload List


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic