SIFWorks ADK 2.0
SIF_Protocol Constructor (type, secure)
NamespacesEdustructures.SifWorks.InfraSIF_ProtocolSIF_ProtocolSIF_ProtocolNew(String, YesNo)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public SIF_Protocol(
	string type,
	YesNo secure
)
Public Sub New ( _
	type As String, _
	secure As YesNo _
)
public:
SIF_Protocol (
	String^ type, 
	YesNo^ secure
)
Parameters
type (String)
Identifies the type being used (e.g. "HTTP", "HTTPS", "MSMQ", etc.)
secure (YesNo)
Indicates if the protocol provides a secure channel

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10