UWPAPIsUsedFromUnityEXEApp/UnityEXEApp/Appx/UnityEXEApp_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx [1633:1719]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<%} if (DefaultBinding == null) {%>
This service does not contain any public web method.
<%} else if (CurrentPage == "op") {%>
<%=CurrentOperationName%>
<% WriteTabs (); %>
<% if (CurrentTab == "main") { %>
Input Parameters
<% if (InParams.Count == 0) { %>
No input parameters
<% } else { %>
| <%#DataBinder.Eval(Container.DataItem, "Name")%> |
<%#DataBinder.Eval(Container.DataItem, "Type")%> |
<% } %>
<% if (OutParams.Count > 0) { %>
Output Parameters
| <%#DataBinder.Eval(Container.DataItem, "Name")%> |
<%#DataBinder.Eval(Container.DataItem, "Type")%> |
<% } %>
Remarks
<%=OperationDocumentation%>
Technical information
Format: <%=CurrentOperationFormat%>
Supported protocols: <%=CurrentOperationProtocols%>
<% } %>
<% if (CurrentTab == "test") {
if (CurrentOperationSupportsTest) {%>
Enter values for the parameters and click the 'Invoke' button to test this method: