Материал: Исследование вычислительной эффективности веб-технологий

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)]float MK_SquareResult;

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)]int numberPoints;

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)]float real_delta;

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=3)]float realsquare;

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=4)]System.DateTime start;

[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=5)]System.DateTime end;MK_SquareResponse() {

}MK_SquareResponse(float MK_SquareResult, int numberPoints, float real_delta, float realsquare, System.DateTime start, System.DateTime end) {.MK_SquareResult = MK_SquareResult;.numberPoints = numberPoints;.real_delta = real_delta;.realsquare = realsquare;.start = start;.end = end;

}

}

[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]interface WS_MonteKarloSoapChannel : app3.ServiceReference1.WS_MonteKarloSoap, System.ServiceModel.IClientChannel {

}

[System.Diagnostics.DebuggerStepThroughAttribute()]

[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]partial class WS_MonteKarloSoapClient : System.ServiceModel.ClientBase<app3.ServiceReference1.WS_MonteKarloSoap>, app3.ServiceReference1.WS_MonteKarloSoap {WS_MonteKarloSoapClient() {

}

WS_MonteKarloSoapClient(string endpointConfigurationName) :(endpointConfigurationName) {

}

WS_MonteKarloSoapClient(string endpointConfigurationName, string remoteAddress) :(endpointConfigurationName, remoteAddress) {

}

WS_MonteKarloSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :(endpointConfigurationName, remoteAddress) {

}WS_MonteKarloSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :(binding, remoteAddress) {

}

[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)].ServiceReference1.MK_SquareResponse app3.ServiceReference1.WS_MonteKarloSoap.MK_Square(app3.ServiceReference1.MK_SquareRequest request) {base.Channel.MK_Square(request);

}float MK_Square(float ax, float ay, float bx, float by, float ex, float ey, int count, out int numberPoints, out float real_delta, out float realsquare, out System.DateTime start, out System.DateTime end) {.ServiceReference1.MK_SquareRequest inValue = new app3.ServiceReference1.MK_SquareRequest();.ax = ax;.ay = ay;.bx = bx;.by = by;.ex = ex;.ey = ey;.count = count;.ServiceReference1.MK_SquareResponse retVal = ((app3.ServiceReference1.WS_MonteKarloSoap)(this)).MK_Square(inValue);= retVal.numberPoints;_delta = retVal.real_delta;= retVal.realsquare;= retVal.start;= retVal.end;retVal.MK_SquareResult;

}System.Threading.Tasks.Task<app3.ServiceReference1.MK_SquareResponse> MK_SquareAsync(app3.ServiceReference1.MK_SquareRequest request) {base.Channel.MK_SquareAsync(request);

}

}

}