[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
WireFrame class
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public WireFrame(
int format,
bool oneWay,
FID reqID,
string headersContent = null
)
public WireFrame(
int format,
bool oneWay,
FID reqID,
string headersContent = null
)
Public Sub New (
format As Integer,
oneWay As Boolean,
reqID As FID,
Optional headersContent As String = Nothing
)
Public Sub New (
format As Integer,
oneWay As Boolean,
reqID As FID,
Optional headersContent As String = Nothing
)
public:
WireFrame(
int format,
bool oneWay,
FID reqID,
String^ headersContent = nullptr
)
public:
WireFrame(
int format,
bool oneWay,
FID reqID,
String^ headersContent = nullptr
)
new :
format : int *
oneWay : bool *
reqID : FID *
?headersContent : string
(* Defaults:
let _headersContent = defaultArg headersContent null
*)
-> WireFrame
new :
format : int *
oneWay : bool *
reqID : FID *
?headersContent : string
(* Defaults:
let _headersContent = defaultArg headersContent null
*)
-> WireFrame