'DeclarationPublic Function New( _ ByVal defaultBindings() As Type _ )
'UsageDim defaultBindings() As Type Dim instance As New TransportChannelBindings(defaultBindings)
public TransportChannelBindings( Type[] defaultBindings )
public: TransportChannelBindings( array<Type^>^ defaultBindings )
Parameters
- defaultBindings
- List of known default bindings.