public NWC.Players.ArrayOfPlayers GetAllPlayers_internal() { NWC.Players.GetAllPlayers_internalRequest inValue = new NWC.Players.GetAllPlayers_internalRequest(); inValue.Body = new NWC.Players.GetAllPlayers_internalRequestBody(); NWC.Players.GetAllPlayers_internalResponse retVal = ((NWC.Players.PlayersSoap)(this)).GetAllPlayers_internal(inValue); return(retVal.Body.GetAllPlayers_internalResult); }
NWC.Players.GetAllPlayers_internalResponse NWC.Players.PlayersSoap.GetAllPlayers_internal(NWC.Players.GetAllPlayers_internalRequest request) { return(base.Channel.GetAllPlayers_internal(request)); }