PowerTCP Emulation for .NET
Find(OptionCode) Method




The OptionCode of the option to find.
Returns the Option object which matches the specified code.
Syntax
Public Overloads Function Find( _
   ByVal code As OptionCode _
) As Option
Dim instance As OptionCollection
Dim code As OptionCode
Dim value As Option
 
value = instance.Find(code)
public Option Find( 
   OptionCode code
)
public: Option* Find( 
   OptionCode code
) 
public:
Option^ Find( 
   OptionCode code
) 

Parameters

code
The OptionCode of the option to find.

Return Value

The Option which matches the specified code.
See Also

Reference

OptionCollection Class
OptionCollection Members
Overload List


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