コンストラクタ
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbApiGateway(
string apiname,
HttpMethod httpmethod,
string subpath,
NbService service = null
)
Public Sub New (
apiname As String,
httpmethod As HttpMethod,
subpath As String,
Optional service As NbService = Nothing
)
public:
NbApiGateway(
String^ apiname,
HttpMethod^ httpmethod,
String^ subpath,
NbService^ service = nullptr
)
new :
apiname : string *
httpmethod : HttpMethod *
subpath : string *
?service : NbService
(* Defaults:
let _service = defaultArg service null
*)
-> NbApiGateway
Parameters
- apiname
- Type: SystemString
API名 - httpmethod
- Type: System.Net.HttpHttpMethod
HTTPメソッド - subpath
- Type: SystemString
サブパス - service (Optional)
- Type: Nec.NebulaNbService
サービス
Version Information Core
Supported in: 1.0
See Also