PowerTCP Emulation for .NET
Option Constructor(OptionCode)




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

Parameters

code
The option code.
Remarks

This constructor creates a new instance of Option, with Code set to the value of code and State set to OptionState.Off.

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