c# - Windows store app, Service Reference -
In a window store app, I have a service reference that looks like something
this is xaml the wsdl:
and generate Referece.cs file < / p>
...
[Sistmkdaygnostikskdebuggerstepthroughttribute ()] [Sistmkkodedomkkmpailrkgenertedcodttrybute ( "Sistmksrvismodel", "4.0.0.0")] Public partial class WSDocuShareJoinWirelessClient: System.ServiceModel.ClientBase & lt; XxxServiceReference.IWSDocuShareShareJoinWireless & gt; xxx.ServiceReference.IWSDocuShareJoinWireless {public WSDocuShareJoinWirelessClient (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddressRemoteAddress): base (binding, remote address) {}
...
I want to know who he binding parameters which should be used for I do it
private WSDoc UShareJoinWirelessClient client = new WSDocuShareJoinWirelessClient (binding, Rimotadres);
I noticed that I do receive 2 warnings
Comments
Post a Comment